home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000415_news@columbia.edu _Fri Sep 27 13:53:50 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id NAA29526 for <kermit.misc@watsun.cc.columbia.edu>; Fri, 27 Sep 1996 13:53:49 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id NAA05819 for kermit.misc@watsun; Fri, 27 Sep 1996 13:53:48 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Questions about File Transfer Recovery
  8. Date: 27 Sep 1996 17:53:28 GMT
  9. Organization: Columbia University
  10. Lines: 35
  11. Message-ID: <52h4ao$bv6@apakabar.cc.columbia.edu>
  12. References: <CROTEN.96Sep27090615@crl.crl.com>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <CROTEN.96Sep27090615@crl.crl.com>,
  16. Charles Roten <croten@crl.crl.com> wrote:
  17. : OK, I read the March 1995 Kermit News.  I know that "resend" _should_ 
  18. : attempt to seamlessly complete a binary that was truncated by a broken 
  19. : connection, given C-Kermit 5A(190) at the sending end.  
  20. : Here's my problem.  
  21. : My ISP (like most) is as flaky as breakfast cereal.  They _constantly_ 
  22. : drop connections.  At _their_ end (LINUX, cpu type unknown), they mount 
  23. : C-Kermit 5A(189) .. I think.  At _my_ end (Sun 386i, SunOS 4.0.2), I 
  24. : mount C-Kermit 5A(190).  So the remote kermit _cannot_ be assumed to 
  25. : understand about "File Transfer Recovery", but my local kermit can.  
  26. : I transfer files from their end, by setting up the remote kermit to 
  27. : track with my local one .. ie., 'server' at their end, escape to my 
  28. : end, type 'get {files}'.  
  29. : In _this_ _altered_ context, how is File Transfer Recovery (for binary 
  30. : transfers only!) implemented ??  "resend" would be issued from the 
  31. : _remote_ kermit, running C-Kermit 5A(189).  What do I do from _my_ end, 
  32. : with the remote kermit in "server" mode ???  
  33. : The March 1995 Kermit News article made _NO_ mention of a "reget" 
  34. : command, issued to a remote kermit in server mode, which is a 
  35. : revision level _before_ File Transfer Recovery was implemented.  But 
  36. : such a device is _exactly_ what I need.  
  37. C-Kermit 6.0, now in Beta, has a REGET command.  But you can't initiate
  38. recovery from *either* end unless your ISP installs C-Kermit 5A(190) or
  39. later.  The 6.0 Beta is available at:
  40.  
  41.   ftp://kermit.columbia.edu/kermit/test/tar/cku190.tar.gz (or .Z)
  42.  
  43. - Frank